.piCcRegisterForm, .piRegisterCvv, .piRegisterForm {
    background-color: #009ee2 !important;
    padding-right: 45px !important;
}

.piCcFromField label, .piRegisterCvv label, .piRegisterForm label{
    color: white !important;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 13px;
    text-align: left;
}

.piCcFromField label, .piRegisterCvv label{
    padding-left: 45px !important;
}

.piRegisterForm label {
    padding-left: 63px !important;
}

[data-crefopay-placeholder^="paymentInstrument"], .piRegisterForm input {
    border-radius: 0.375rem !important;
    border: solid 1px black !important;
}

.piRegisterForm input:focus {
    border: 2px solid black !important;
}

.crefopay-cc-modal-content input[type=submit], .crefopay-dd-modal-content input[type=submit] {
    float: right !important;
}

.bill select {
    min-height: 30px;
}